auto merge of #189 : alexcrichton/cargo/all-crate-types, r=wycats
authorbors <bors@rust-lang.org>
Mon, 14 Jul 2014 18:03:22 +0000 (18:03 +0000)
committerbors <bors@rust-lang.org>
Mon, 14 Jul 2014 18:03:22 +0000 (18:03 +0000)
commitdc617cf81b7b3335355ddde6322e5a13b8bf33d7
treee4ced56e6e68eeb5913a81406eb51adca8e66993
parent4ef91beed063424d3bbcb94f14d31da6499f654c
parent8defed61607c994ac36c8d518436aa35b513dc0c
auto merge of #189 : alexcrichton/cargo/all-crate-types, r=wycats

While we support the `crate_type` key in the manifest, we need to pass through
all crate types to the `--extern` flag.

Closes #177